The H5A_GET_TYPE function returns the identifier number of a copy of the datatype for an attribute.
Result = H5A_GET_TYPE(Attribute_id)
Returns the datatype identifier. This identifier should be released with the H5T_CLOSE.
An integer representing the attribute identifier to be queried.
None
|
5.6 |
Introduced |